home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q102 / 3 / 72.TXT < prev    next >
Text File  |  1993-11-16  |  3KB  |  65 lines

  1. DOCUMENT:Q102372  04-NOV-1993  [W_NT]
  2. TITLE   :Running Remote Communication Applications with Windows NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. Many remote communication applications (such as PC Anywhere and
  16. Commute) have problems substituting keyboard input with data received
  17. over the communications port. The following steps provide an example
  18. of custom setup for these types of applications:
  19.  
  20. 1. Create a custom CONFIG.NT file by copying the
  21.    \WINDOWS\SYSTEM32\CONFIG.NT file to the application directory
  22.    and adding DosOnly and EchoConfig. The DosOnly command prevents
  23.    Windows NT from running 32-bit applications from a 16-bit COMMAND.COM
  24.    prompt; this prevents handshaking confusion due to delays in serial
  25.    communications. The EchoConfig command turns on the virtual
  26.    keyboard devices early enough to interact with terminate-and-stay-
  27.    resident (TSR) programs loaded during processing of the AUTOEXEC.NT
  28.    file.
  29.  
  30. 2. Create a custom AUTOEXEC.NT file by copying the
  31.    \WINDOWS\SYSTEM32\AUTOEXEC.NT file to the application directory
  32.    and adding commands to start the TSR portions of the application.
  33.    For example:
  34.  
  35.       cd \appdir
  36.       app.exe
  37.  
  38. 3. Using PIF Editor, create a custom program information file (PIF)
  39.    file for the application in the application directory. Fill in the
  40.    appropriate PIF fields according to the needs of the application. For
  41.    example:
  42.  
  43.     - Program FileName: COMMAND.COM (because the applications are TSRs)
  44.     - Allow Fast Paste: disable     (clear)
  45.     - Startup Directory: <application directory>
  46.  
  47. Additional reference words: 3.10 host
  48. KBCategory:
  49. KBSubCategory: 16ap
  50.  
  51. =============================================================================
  52.  
  53. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  54. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  55. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  56. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  57. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  58. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  59. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  60. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  61. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  62. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  63. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  64.  
  65. Copyright Microsoft Corporation 1993.